home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2002 December / PCpro_2002_12.ISO / ms-demo / versatile.swf / scripts / DefineButton2_26 / BUTTONCONDACTION on(release).as next >
Encoding:
Text File  |  2002-09-18  |  101 b   |  8 lines

  1. on(release){
  2.    tellTarget("_root")
  3.    {
  4.       gotoAndStop("IntroBack");
  5.       play();
  6.    }
  7. }
  8.